home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursor(4)
- put "parsing cast" & QUOTE & "source text" & QUOTE
- set the text of cast "display text" to parse(the text of cast "source text", "anchor list")
- if the hilite of cast "underlineLinks?" then
- underlineLinks("display text", "anchor list")
- end if
- cursor(-1)
- beep()
- end
-